<feed xmlns='http://www.w3.org/2005/Atom'>
<title>{non-gerrit}/qt-labs/opencl.git/src/opencl/qclmemoryobject.cpp, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/'/>
<entry>
<title>Inline object reference counting for performance.</title>
<updated>2010-06-24T02:17:08+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-06-24T02:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=7235aca62bc03bc05b1c73ee8e303dae9010a8e6'/>
<id>7235aca62bc03bc05b1c73ee8e303dae9010a8e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the QCL namespace</title>
<updated>2010-04-04T04:47:21+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-04-04T04:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=434e020df76b722ba9a46699e99d772c55bc8deb'/>
<id>434e020df76b722ba9a46699e99d772c55bc8deb</id>
<content type='text'>
There was only one enum in the QCL namespace and it more
properly belongs in QCLMemoryObject.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was only one enum in the QCL namespace and it more
properly belongs in QCLMemoryObject.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split the OpenGL dependencies out into a separate library.</title>
<updated>2010-04-02T23:25:40+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-04-02T22:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=4606fd8abf865919b94d5645a2051dc9c92e2b09'/>
<id>4606fd8abf865919b94d5645a2051dc9c92e2b09</id>
<content type='text'>
Eventually we may want to put QtOpenCL into QtGui, so we cannot
have any OpenGL dependencies in it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eventually we may want to put QtOpenCL into QtGui, so we cannot
have any OpenGL dependencies in it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename id() functions to something more descriptive.</title>
<updated>2010-02-22T00:44:12+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-22T00:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=5b2c376b049effb2f92b45b7b36f8bb63ae65847'/>
<id>5b2c376b049effb2f92b45b7b36f8bb63ae65847</id>
<content type='text'>
QCLCommandQueue::id() -&gt; queueId()
QCLContext::id() -&gt; contextId()
QCLDevice::id() -&gt; deviceId()
QCLEvent::id() -&gt; eventId()
QCLKernel::id() -&gt; kernelId()
QCLMemoryObject::id() -&gt; memoryId()
QCLPlatform::id() -&gt; platformId()
QCLProgram::id() -&gt; programId()
QCLSampler::id() -&gt; samplerId()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QCLCommandQueue::id() -&gt; queueId()
QCLContext::id() -&gt; contextId()
QCLDevice::id() -&gt; deviceId()
QCLEvent::id() -&gt; eventId()
QCLKernel::id() -&gt; kernelId()
QCLMemoryObject::id() -&gt; memoryId()
QCLPlatform::id() -&gt; platformId()
QCLProgram::id() -&gt; programId()
QCLSampler::id() -&gt; samplerId()
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace QVector&lt;QCLEvent&gt; with QCLEventList</title>
<updated>2010-02-20T07:24:17+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-20T06:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=5fa81204995120b116c76863f2048cc06ae4cb0a'/>
<id>5fa81204995120b116c76863f2048cc06ae4cb0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add == and != operators to the core object types.</title>
<updated>2010-02-20T05:56:32+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-20T05:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=ab59399c9e0ad006cac82214e6d47f1d56f73bb5'/>
<id>ab59399c9e0ad006cac82214e6d47f1d56f73bb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename some QCLEvent functions for consistency with QFuture</title>
<updated>2010-02-20T05:08:06+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-20T04:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=c7bee6cad567caa92f57c118c62d65e3f458ae11'/>
<id>c7bee6cad567caa92f57c118c62d65e3f458ae11</id>
<content type='text'>
wait() -&gt; waitForFinished()
isComplete() -&gt; isFinished()

Also update docs to consistenly use "finish" instead of "complete".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wait() -&gt; waitForFinished()
isComplete() -&gt; isFinished()

Also update docs to consistenly use "finish" instead of "complete".
</pre>
</div>
</content>
</entry>
<entry>
<title>Coding style fix: T&amp; -&gt; T &amp;</title>
<updated>2010-02-19T07:04:52+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-19T07:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=e555e5301f3132a11042dcb5f563e1a777b28a81'/>
<id>e555e5301f3132a11042dcb5f563e1a777b28a81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move QCLMemoryObject::Access to the QCL namespace.</title>
<updated>2010-02-19T01:57:01+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-19T01:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=f3cc1272a1c1a9aa82bb84761844903774d1cbf9'/>
<id>f3cc1272a1c1a9aa82bb84761844903774d1cbf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support OpenCL libraries that don't have the GL functions.</title>
<updated>2010-02-17T06:56:47+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2010-02-17T06:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/opencl.git/commit/?id=b48e9c7b52901660c8b81d09fcf886ae92676c70'/>
<id>b48e9c7b52901660c8b81d09fcf886ae92676c70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
